home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Online / Apache / include / apache / ap_config_auto.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-06  |  1.6 KB  |  90 lines

  1. /*
  2.  *  ap_config_auto.h -- Automatically determined configuration stuff
  3.  *  THIS FILE WAS AUTOMATICALLY GENERATED - DO NOT EDIT!
  4.  */
  5.  
  6. #ifndef AP_CONFIG_AUTO_H
  7. #define AP_CONFIG_AUTO_H
  8.  
  9. /* check: #include <dlfcn.h> */
  10. #ifdef HAVE_DLFCN_H
  11. #undef HAVE_DLFCN_H
  12. #endif
  13.  
  14. /* check: #include <dl.h> */
  15. #ifdef HAVE_DL_H
  16. #undef HAVE_DL_H
  17. #endif
  18.  
  19. /* check: #include <bstring.h> */
  20. #ifndef HAVE_BSTRING_H
  21. #define HAVE_BSTRING_H 1
  22. #endif
  23.  
  24. /* check: #include <crypt.h> */
  25. #ifdef HAVE_CRYPT_H
  26. #undef HAVE_CRYPT_H
  27. #endif
  28.  
  29. /* check: #include <unistd.h> */
  30. #ifndef HAVE_UNISTD_H
  31. #define HAVE_UNISTD_H 1
  32. #endif
  33.  
  34. /* check: #include <sys/resource.h> */
  35. #ifndef HAVE_SYS_RESOURCE_H
  36. #define HAVE_SYS_RESOURCE_H 1
  37. #endif
  38.  
  39. /* check: #include <sys/select.h> */
  40. #ifdef HAVE_SYS_SELECT_H
  41. #undef HAVE_SYS_SELECT_H
  42. #endif
  43.  
  44. /* check: #include <sys/processor.h> */
  45. #ifdef HAVE_SYS_PROCESSOR_H
  46. #undef HAVE_SYS_PROCESSOR_H
  47. #endif
  48.  
  49. /* check: #include <sys/param.h> */
  50. #ifndef HAVE_SYS_PARAM_H
  51. #define HAVE_SYS_PARAM_H 1
  52. #endif
  53.  
  54. /* determine: longest possible integer type */
  55. #ifndef AP_LONGEST_LONG
  56. #define AP_LONGEST_LONG long long
  57. #endif
  58.  
  59. /* determine: byte order of machine (12: little endian, 21: big endian) */
  60. #ifndef AP_BYTE_ORDER
  61. #define AP_BYTE_ORDER 21
  62. #endif
  63.  
  64. /* determine: is off_t a quad */
  65. #ifdef AP_OFF_T_IS_QUAD
  66. #undef AP_OFF_T_IS_QUAD
  67. #endif
  68.  
  69. /* determine: is void * a quad */
  70. #ifdef AP_VOID_P_IS_QUAD
  71. #undef AP_VOID_P_IS_QUAD
  72. #endif
  73.  
  74. /* build flag: -Dfork=vfork */
  75. #ifndef fork
  76. #define fork vfork
  77. #endif
  78.  
  79. /* build flag: -DUSE_EXPAT */
  80. #ifndef USE_EXPAT
  81. #define USE_EXPAT 1
  82. #endif
  83.  
  84. /* build flag: -DNO_DL_NEEDED */
  85. #ifndef NO_DL_NEEDED
  86. #define NO_DL_NEEDED 1
  87. #endif
  88.  
  89. #endif /* AP_CONFIG_AUTO_H */
  90.